home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_bind.idb / usr / freeware / var / named / Examples / named.boot.slave.z / named.boot.slave
Encoding:
Text File  |  1999-04-16  |  532 b   |  21 lines

  1. ;
  2. ;  @(#)named.boot.slave    1.13    (Berkeley)  87/07/21
  3. ;
  4. ;  boot file for secondary name server
  5. ; Note that there should be one primary entry for each SOA record.
  6. ; (BIND v4.8.3)
  7. ; (use named.conf.slave if you are using BIND v8.1.2)
  8. ;
  9. ;
  10. sortlist 10.0.0.0 
  11.  
  12. directory    /var/named
  13.  
  14. ; type    domain        source host/file        backup file
  15.  
  16. cache     .            root.cache
  17. secondary Berkeley.EDU        128.32.137.8 128.32.137.3    ucbhosts.bak
  18. secondary 32.128.IN-ADDR.ARPA    128.32.137.8 128.32.137.3    ucbhosts.rev.bak
  19. primary   0.0.127.IN-ADDR.ARPA    localhost.rev
  20.  
  21.